home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / network / exp16116.zip / READ.ME < prev    next >
Text File  |  1993-07-16  |  2KB  |  47 lines

  1.  
  2.               Special release of a Crynwr Packet Driver
  3.  
  4. This is a special release of a Crynwr Packet Driver, in general, made
  5. only for Crynwr customers.  The entire source necessary to build the
  6. driver is included, along with a special makefile.  Please retain the
  7. source, as Crynwr is continually improving packet drivers.
  8.  
  9. For the entire packet driver collection, along with the exact details
  10. of the copyright (COPYING.DOC), see HOWTOGET.IT for availability.
  11.  
  12. For the copyright, see COPYING.DOC.  In part it says that: Anyone
  13. with a copy of the drivers may give it away, and the source code for
  14. all modules must be available.
  15.  
  16. NO WARRANTY, see COPYING.DOC, but support for packet drivers is
  17. available, see SUPPORT.DOC.
  18.  
  19. Installation:
  20.  
  21. A packet driver has at least one parameter.  The usage message will
  22. tell you what additional parameters are needed.  You can get the
  23. usage message by running the driver with no parameters.
  24.  
  25. The first parameter is the software interrupt. A packet
  26. driver needs to have a software interrupt assigned to it for other
  27. programs to access it.  I recommend 0x7e.
  28.  
  29. Additional parameters often include the hardware irq, the I/O
  30. address, and the memory base address.  All parameters must be
  31. specified in C-style representation. Decimal is expressed as 11,
  32. hexadecimal is expressed as 0x0B, octal is expressed as 013.  Any
  33. numbers that the packet driver prints will be in the same notation.
  34.  
  35. Notes:
  36.  
  37. Please report problems.  I cannot guarantee that I will work on your
  38. problem if you are not a Crynwr customer.  I CAN guarantee that I
  39. will not work on it if you don't report it to me.  Written reports
  40. are preferred to phone calls.
  41.  
  42. Russell Nelson
  43. nelson@crynwr.com
  44. 315-268-1925 voice
  45. 315-268-9201 FAX
  46. Crynwr Software, 11 Grant St., Potsdam, NY 13676
  47.